chore: gitignore the strix quick gate's local scratch artifact directory - #1453
Conversation
scripts/ci/strix_quick_gate.sh writes its report/log artifacts to $REPO_ROOT/strix_runs when run outside an ephemeral CI workspace (e.g. scripts/ci/test_strix_quick_gate.sh run locally), leaving it as an untracked directory in the checkout.
|
Warning Review limit reachedNext included review available in 7 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The failing This will resolve on its own via the scheduler's normal rotation — no fix needed on this PR, just queue rotation. Keeping it watched. Generated by Claude Code |
Summary
scripts/ci/strix_quick_gate.shwrites its report/log artifacts to$REPO_ROOT/strix_runs(ARTIFACT_REPORTS_DIR) when run outside an ephemeral CI workspace — e.g. runningscripts/ci/test_strix_quick_gate.shlocally against a persistent checkout leavesstrix_runs/behind as an untracked directory.strix_runs/to.gitignore, alongside the existing runtime/cache entries (__pycache__/,.coverage,.pytest_cache/,.codegraph/).Test plan
python3 -m pytest tests/ -q— 1897 passed, 1 skipped, 21 subtests passedGenerated by Claude Code